Open Bug 1427741 Opened 7 years ago Updated 3 years ago

On mediamarkt.de Autofill doesn't work

Categories

(Toolkit :: Form Autofill, defect, P3)

59 Branch
defect

Tracking

()

Tracking Status
firefox59 --- affected

People

(Reporter: Ovidiu, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [form autofill:V2][Misc.])

Tested on Mac OS X 10.12, Windows 10 STR: [Steps to reproduce]: Prerequisites: 1. Go to and https://www.mediamarkt.de and buy something as a guest. 2. Click on the "Vorname" - field and from the drop-down select one of your profiles [Expected result]: The form is auto-completed with your Name from the one saved in your profile. [Actual result]: The form is auto-completed with your address saved in your profile. Here is the video of the actual result: https://streamable.com/4mgk7
Whiteboard: [form autofill: V2]
Hi Luke, can you check this bug ? Thanks.
Flags: needinfo?(lchang)
Steve, Could you take a look? Thanks.
Flags: needinfo?(lchang) → needinfo?(schung)
I forgot to mention that we used a VPN connection (Germany) to test this issue.
Hi Ovidiu I can not reproduce the same result, It's not working at all(no drop down while clicking the name field) from my side. Could you please check with the latest nightly build again? Thanks. Besides the issue in name field, there's another problem for other address fields. We can not detect PLZ(postal code)/ Ort (city) / Straße(stret) and only treat Hausnummer (house number) as street address. Will take more time to investigate this part.
Flags: needinfo?(schung) → needinfo?(ovidiu.boca)
Hi Steve, I've just verified this with the latest Nightly (2018-01-04)and the result is the same, have you used the VPN for connecting to the site?
Flags: needinfo?(ovidiu.boca)
It's heuristic issue that we detect almost all the fields as address line 1 except Telefon(tel), Straße(it's street but we are unable to match anything) and 2 hidden fields (business title and country).
Flags: needinfo?(lchang)
Flags: needinfo?(selee)
Flags: needinfo?(lchang)
Whiteboard: [form autofill: V2] → [form autofill:V2][Misc.]
These strings which are not related to "First Name" will be tired to match to regular expressions: PLZ PLZ / Ort Straße Hausnummer Adresszusatz Land This is caused by the web site uses `<label>` and `id` in a perversive way, and this issue confused the heuristics by these incorrect labels.
I guess we still can use `name` attr to determine its type. However, the new strategy should not regress our current results.
Flags: needinfo?(selee)
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.